JavaScript syntax
161.3 KB of readable text Β· 43 parts
Select a part to read:
β’ Part 1 β 4.0 KB Contents
β’ Part 3 β 3.9 KB Origins, Basics, Case sensitivity
β’ Part 4 β 4.0 KB Comments
β’ Part 5 β 3.8 KB Variables, Scoping and hoisting
β’ Part 6 β 4.0 KB Declaration and assignment
β’ Part 7 β 3.1 KB Examples
β’ Part 8 β 3.9 KB Primitive data types, Undefined, Number
β’ Part 10 β 4.0 KB BigInt, String
β’ Part 12 β 3.9 KB Boolean, Type conversion
β’ Part 14 β 3.9 KB Symbol
β’ Part 16 β 3.9 KB Native objects, Array
β’ Part 17 β 3.9 KB Date
β’ Part 18 β 4.0 KB Error, Math, Regular expression
β’ Part 20 β 3.9 KB Function
β’ Part 22 β 3.9 KB Operators, Arithmetic
β’ Part 23 β 4.0 KB Assignment
β’ Part 26 β 4.0 KB Comparison, Logical
β’ Part 28 β 4.0 KB Logical assignment, Bitwise, Bitwise Assignment
β’ Part 29 β 3.9 KB Control structures, Compound statements, If ... else
β’ Part 30 β 4.0 KB For loop, For ... in loop
β’ Part 31 β 4.0 KB While loop, Do ... while loop, With
β’ Part 32 β 3.9 KB Functions
β’ Part 34 β 3.9 KB Async/await
β’ Part 35 β 4.0 KB Objects, Creating objects
β’ Part 36 β 4.0 KB Methods
β’ Part 37 β 4.0 KB Constructors
β’ Part 38 β 4.0 KB Inheritance
β’ Part 40 β 2.9 KB Exception handling
β’ Part 41 β 3.9 KB Native functions and methods, eval (expression), See also
β’ Part 43 β 2.4 KB Further reading, External links